github.com/andybalholm/brotli.hashForgetfulChain.bucketBits (field)

7 uses

	github.com/andybalholm/brotli (current package)
		hash.go#L268: 			bucketBits:              15,
		hash.go#L275: 			bucketBits:              15,
		hash.go#L282: 			bucketBits:              15,
		hash_forgetful_chain.go#L25: 	return uint(hash >> (32 - h.bucketBits))
		hash_forgetful_chain.go#L42: 	bucketBits              uint
		hash_forgetful_chain.go#L65: 	bucketSize := 1 << h.bucketBits
		hash_forgetful_chain.go#L77: 	var partial_prepare_threshold uint = (1 << h.bucketBits) >> 6